projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05be3f1
)
(OBARRAY_SIZE): Increase from 509.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Nov 1993 03:33:33 +0000
(
03:33
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 23 Nov 1993 03:33:33 +0000
(
03:33
+0000)
src/lread.c
patch
|
blob
|
history
diff --git
a/src/lread.c
b/src/lread.c
index 5dbc921f829d42e62f840c816cb6f0b7c1f025f6..a897a871a4e36ee4a7154325503d41f929b5d9ab 100644
(file)
--- a/
src/lread.c
+++ b/
src/lread.c
@@
-1610,7
+1610,7
@@
OBARRAY defaults to the value of `obarray'.")
return Qnil;
}
-#define OBARRAY_SIZE
509
+#define OBARRAY_SIZE
1511
void
init_obarray ()